Statement failed, SQLCODE = -607

unsuccessful metadata update
-Index column not found
Database:  /dbdata/interbase/pcweek.gdb, User: pcweek
/*
-- update statistics script
*/

/* primary key indices */
set statistics index RDB$PRIMARY1;
set statistics index RDB$PRIMARY2;
set statistics index RDB$PRIMARY3;
set statistics index RDB$PRIMARY4;
set statistics index RDB$PRIMARY5;
set statistics index RDB$PRIMARY6;
set statistics index RDB$PRIMARY7;
set statistics index RDB$PRIMARY8;
set statistics index RDB$PRIMARY9;
set statistics index RDB$PRIMARY10;
set statistics index RDB$PRIMARY11;
set statistics index RDB$PRIMARY12;
set statistics index RDB$PRIMARY13;
set statistics index RDB$PRIMARY14;
/* data tables */
/* set statistics index UNIQUES_KEY_PK_IDX; */
set statistics index UNIQUES_CODE_CK_IDX;
set statistics index UNIQUES_NAME_IDX;
set statistics index UNIQUES_SIGNED_IDX;
/* set statistics index HUNDRED_KEY_PK_IDX; */
set statistics index HUNDRED_CODE_CK_IDX;
set statistics index HUNDRED_DATE_IDX;
set statistics index HUNDRED_INT_IDX;
set statistics index HUNDRED_NAME_IDX;
set statistics index HUNDRED_SIGNED_IDX;
/* set statistics index TENPCT_KEY_CODE_PK_IDX; */
set statistics index TENPCT_CODE_CK_IDX;
set statistics index TENPCT_DATE_IDX;
set statistics index TENPCT_DECIM_IDX;
set statistics index TENPCT_DOUBLE_IDX;
set statistics index TENPCT_FLOAT_IDX;
set statistics index TENPCT_INT_IDX;
set statistics index TENPCT_NAME_IDX;
set statistics index TENPCT_SIGNED_IDX;
/* set statistics index UPDATES_KEY_PK_IDX; */
set statistics index UPDATES_CODE_CK_IDX;
set statistics index UPDATES_DATE_IDX;
set statistics index UPDATES_DECIM_IDX;
set statistics index UPDATES_INT_IDX;
set statistics index UPDATES_SIGNED_IDX;
/* set statistics index TENTHOU_KEY_CODE_PK_IDX; */
set statistics index TENTHOU_CODE_CK_IDX;
set statistics index TENTHOU_DECIM_IDX;
set statistics index TENTHOU_NAME_IDX;
set statistics index TENTHOU_SIGNED_IDX;
set statistics index HUNTHOU_SIGNED_IDX;
/* set statistics index TWOMILL_KEY_PK_IDX; */
set statistics index TWOMILL_CODE_CK_IDX;
set statistics index TWOMILL_DATE_IDX;
/* set statistics index THREEMILL_KEY_PK_IDX; */
set statistics index THREEMILL_SIGNED_IDX;
/* set statistics index FOURMILL_KEY_PK_IDX; */
set statistics index FOURMILL_NAME_IDX;
/* set statistics index FIVEMIL_KEY_PK_IDX; */
set statistics index FIVEMILL_CODE_CK_IDX;
/* set statistics index FOURRAM_KEY_PK_IDX; */

/* housekeeping tables */
/* set statistics index UP_INT_HIST_KEY_INT_PK_IDX; */
set statistics index UPDATE_INT_HISTORY_INT_IDX;
/* set statistics index UP_SIGN_HIST_KEY_SIGN_PK_IDX; */
set statistics index UP_SIGN_HIST_SIGN_IDX;
/* set statistics index DEL_HISTORY_KEY_PK_IDX; */

exit;
